@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}
html{
	overflow: hidden auto;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
}

a:hover {
	color: #df2635;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1440 {
	width: 1440px;
	max-width: 1440px;
	margin: 0 auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.pic img:hover {
	transform: scale(1.1);
}

@keyframes icon-yh {
	0% {
		transform: rotateZ(0);
	}

	10% {
		transform: rotateZ(10deg);
	}

	20% {
		transform: rotateZ(0);
	}

	30% {
		transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(0);
	}

	50% {
		transform: rotateZ(10deg);
	}

	60% {
		transform: rotateZ(0);
	}

	70% {
		transform: rotateZ(-10deg);
	}

	80% {
		transform: rotateZ(0);
	}

	90% {
		transform: rotateZ(10deg);
	}

	100% {
		transform: rotateZ(0);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes ygd {

	0%,
	100% {
		transform: translateY(-50%) scale(1);
		opacity: 0.7;
	}

	50% {

		transform: translateY(-50%) scale(0.85);
		opacity: 1;
	}
}

.wap {
	display: none !important;
}


/* 定位搜索框 */

.b-top {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.t-search-zzc {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .85);
}

.t-search {
	display: none;
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;
}

.t-search>div {
	min-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-right: 50px;
	padding: 5px 0;
	background: #fff;
}

.t-search>div input[type="text"] {
	display: block;
	width: 100%;
	padding: 0 90px 0 20px;
	font-size: 14px;
	height: 40px;
	box-sizing: border-box;
}

.search-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 50px;
	background: #cb3b3d url(../images/fdj.png) no-repeat center;
}

.search-btn input {
	display: block;
	width: 20px;
	margin: 10px auto;
}

/*头部*/
.head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
}

.head.on {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.head.on .nav>ul>li>div {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.head.on .head-link a.china {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.logo {
	margin-left: 4%;
}

.logo a {
	display: block;
	font-size: 0;
	line-height: 110px;
}

.logo a img {
	vertical-align: middle;
}

.head-r {
	justify-content: flex-end;
}



/*nav*/

.nav {
	height: 100%;
}

.nav>ul {
	font-size: 0;
	height: 100%;
}

.nav>ul>li {
	float: left;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 23px;
	line-height: 110px;
	padding: 0 35px;
	color: #000;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	color: #cb3b3d;
}

.nav>ul>li:hover>a {
	color: #cb3b3d;
}

.nav>ul>li.on>div {}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li>div {
	position: absolute;
	top: 105px;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
	overflow: hidden;
	padding: 10px 0;
	border-top: 5px solid #cb3b3d;
	border-bottom: 10px solid #cb3b3d;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #cb3b3d;
	color: #fff;
}

.head-link .head-zy {
	float: left;
	width: 197px;
	height: 100%;
	position: relative;
}

.head-link .head-zy::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #000;
}

.head-link a.en {
	display: block;
	line-height: 110px;
	height: 100%;
	text-align: center;
	font-size: 20px;

}

.head-link a.en img {
	padding-left: 20px;
}

.head-link a.china {
	position: absolute;
	top: 120%;
	left: 0;
	width: 100%;
	border-top: 5px solid #cb3b3d;
	border-bottom: 10px solid #cb3b3d;
	background: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	color: #cb3b3d;
	line-height: 53px;
	padding-left: 40px;
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.head-link a.china.show {
	top: 105px;
	opacity: 1;
	visibility: visible;
}

.head-link span {
	float: right;
	display: block;
	width: 124px;
	height: 100%;
	background: #cb3b3d;
	font-size: 0;
	line-height: 110px;
	text-align: center;
	cursor: pointer;
}

.head-link span img {
	vertical-align: middle;
}

/*foot*/

.foot .w {
	padding: 0 9%;
}

.foot-t {
	background-color: #f4f4f4;
	background-image: url(../images/foot-zs.png);
	background-repeat: no-repeat;
	background-position: 4% center;
	background-size: auto 100%;
	padding: 50px 0;
}

.foot-t h3 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.foot-logo img{
	max-width: 100%;
}
.foot-ewm {
	width: 750px;
}

.foot-ewm ul li {
	float: left;
	min-width: 150px;
	margin-left: 10%;
}

.foot-ewm ul li img {
	display: inline-block;
	width: 85px;
	height: 85px;
}

.foot-ewm ul li:nth-child(3) img {
	margin-right: 20px;
}

.foot-dz p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.foot-d.w {
	background: #212121;
	padding: 20px 9% 40px 9%;
	color: #fff;

}

.foot .link {
	padding: 30px 0;
}

.foot .link ul {
	overflow: hidden;
}

.foot .link ul li {
	float: left;
	line-height: 38px;
	margin-right: 25px;
	padding-right: 25px;
	position: relative;
	width: 86px;
}

.foot .link ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.foot .link ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #fff;
}

.foot .link ul li:last-child:after {
	display: none;
}

.foot .link ul li a {
	font-size: 15px;
	color: #fff;
	display: block;
}

.foot .link ul li a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.foot-media {
	position: relative;
	margin-top: 30px;
	margin-right: 36px;
}

.foot-media>div:nth-child(3)::before {
	content: "";
	position: absolute;
	right: -33px;
	width: 28px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	top: 50%;
	transform: translateY(-50%);
}

.foot-media>div {
	float: left;
	text-align: center;
	margin-left: 38px;
	position: relative;
	cursor: pointer;
}

.foot-media>div::after {
	content: "";
	position: absolute;
	left: -33px;
	width: 28px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	top: 50%;
	transform: translateY(-50%);
}

.foot-media>div:first-child {
	margin-left: 0;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>img {
	transition: all 0.3s;
}

.foot-media>div:hover>img {
	opacity: 0.7;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	display: none;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
}

.foot-media>div>p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.foot-bq {
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding-top: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
}



@media screen and (max-width:1460px) {
	.px1440 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

}
@media screen and (max-width:1837px) {
	.foot-ewm{
		
width: 650px;
	}
	.foot-ewm ul li{
		
margin-left: 6%;
	}
}

@media screen and (max-width:1700px) {
	.nav>ul>li>a {
		padding: 0 24px;
	}

	.head-link .head-zy {
		width: 135px;
	}

	.head-link a.en img {
		padding-left: 10px;
	}

	.foot .w {
		padding: 0 20px;
	}

	.foot-d.w {
		padding: 20px 20px 40px 20px;
	}
}

@media screen and (max-width:1500px) {
	.nav>ul>li>a {
		padding: 0 15px;
		font-size: 18px;
	}

	.head-link a.en {
		font-size: 18px;
	}

	.foot-ewm {
		width: 610px;
	}

	.foot-ewm ul li {
		margin-left: 30px;
	}

}
@media screen and (max-width:1400px){
	.foot-ewm {
		width: 450px;
	}

	.foot-ewm ul li {
		min-width: auto;
		margin-left: 25px;
	}

	.foot-ewm ul li:nth-child(3) img {
		margin-right: 24px;
	}
}

@media screen and (max-width:1300px) {
	.logo {
		margin-left: 20px;
	}

	.head-link span {
		width: 70px;
	}

	.nav>ul>li>a {
		padding: 0 10px;
	}

	.logo a img {
		height: 40px;
	}

	.foot-ewm {
		width: 290px;
	}

	.foot-ewm ul li {
		min-width: auto;
		margin-left: 25px;
	}

	.foot-ewm ul li:nth-child(3) img {
		margin-right: 24px;
	}
}

@media screen and (max-width:1100px) {
	.foot-t{
		padding: 30px 0;
	}
	.foot-logo,
	.foot-ewm,
	.foot-dz{
		float: none;
		width: auto;
	}
	.foot-logo{
		text-align: center;
	}
	.foot-ewm{
		width: 455px;
		margin: 0 auto;
		margin-top: 25px;
	}
	.foot-ewm ul li{
		margin-left: 0;
		margin: 0 15px;
	}
	.foot-dz{
		width: 455px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.foot-t h3 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 15px;
		margin-bottom: 12px;
	}
	.foot-dz p{
		font-size: 14px;
	}
}

@media screen and (max-width:1024px) {
	body {
		padding-top: 60px !important;
	}

	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}

	.m-top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 20px;
		top: 17.5px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}

	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}

	.wap-menu img {
		height: 25px;
	}

	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}



	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		z-index: 999;
		padding: 10px 15px;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
		display: block;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		display: inline-block;
		margin-right: 20px;
		font-size: 12px;
		color: #fff;
		line-height: 28px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		/* background: #fff; */
		margin-top: 15px;
		border: 1px solid #fff;
	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		line-height: 25px;
		background: none;
		color: #fff;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: 10px;
		top: 10px;
		height: 15px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		right: -100%;
		bottom: 0;
		z-index: 999;
		background: #d92534;
		overflow-y: scroll;
		width: 100%;
		max-width: 375px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m-nav ul {
		padding: 0 15px;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2); */
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}

	.foot-d.w {
		padding: 20px;
	}
	.foot .link{
		float: none;
		width: auto;
		text-align: center;
		padding: 0;
	}
	.foot .link ul li{
		float: none;
		display: inline-block;
	}
	.foot-media{
		float: none;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
	.foot-media>div{
		float: none;
		display: inline-block;
	}
	.foot-bq{
		margin-top: 20px;
		text-align: center;
		font-size: 13px;
		padding-top: 20px;
	}
	.foot-bq p, .foot-bq a{
		text-align: center!important;
	}


}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {

	.foot-ewm,
	.foot-dz{
		width: auto;
	}
	.foot-t h3{
		font-size: 16px;
	}
}

@media screen and (max-width:375px) {}

.foot-bq p, .foot-bq a {
    background: #212121;
    color: rgba(255, 255, 255, 0.2);
    text-align: left;
}

.logo a img{max-width: 100%;height: 56px;}
.logo a{width:100%;}
.logo a,.head-link a.en{line-height:90px;}
.nav>ul>li>a{font-size: 18px;line-height:90px;font-weight: 600;color: #333;font-family: Arial, Helvetica,"Microsoft Yahei", sans-serif;}
.head{box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.12);background:#fff;}
.head .clearfix{width: 1400px;margin: 0 auto;max-width: 94%;}
.logo{margin-left:0;/* padding-left:6% */width: 30%;}
.head-r{margin-right: 0%;/* padding-right:6%; */width: 70%;display: flex;flex-wrap: nowrap;}
/* .head-link .head-zy{display:none;} */
.head-link span{line-height:40px;background:none;width: 40px;height: 90px;display: flex;align-items: center;padding-left: 35px;}
.nav>ul>li>div{top:85px;}
.head-zy{display:none;}
.nav{width: 100%;}
.nav>ul{width:100%;display:flex;justify-content:space-between;}